ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class
Properties Methods Events


In This Topic
    C1CollectionViewBase<T> Class Members
    In This Topic

    The following tables list the members exposed by C1CollectionViewBase<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets or sets the current item in the view.  
    Public PropertyGets the current position.  
    Public PropertyGets the element at the specified index in the read-only list.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the type of the item.  
    Public MethodGets the index of the specified item.  
    Public MethodSets the specified item in the view as the current item.  
    Public MethodSets the first item in the view as the current item.  
    Public MethodSets the last item in the view as the current item.  
    Public MethodSets the item after the CurrentItem in the view as the CurrentItem.  
    Public MethodSets the item at the specified index in the view as the current item.  
    Public MethodSets the item before the CurrentItem in the view as the CurrentItem.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CollectionChanged event.  
    Protected MethodRaises the CurrentChanged event.  
    Protected MethodRaises the CurrentChanging event.  
    Protected MethodRaises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection changed.  
    Public EventOccurs after the current item changed.  
    Public EventOccurs when the current item is changing.  
    Public EventOccurs when a property value changes.  
    Top
    See Also